CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mouse hook

搜索资源列表

  1. Hook

    0下载:
  2. 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:206799
    • 提供者:changyou
  1. HookDll2

    0下载:
  2. hook dll driver for keyboard mouse source
  3. 所属分类:Hook api

    • 发布日期:2017-04-26
    • 文件大小:13257
    • 提供者:sky
  1. Hook

    1下载:
  2. 可以捕获键盘消息和鼠标消息,并输出到指定文本文件中。-News to capture the keyboard and mouse information, and output to the specified text file.
  3. 所属分类:Hook api

    • 发布日期:2017-05-21
    • 文件大小:6219998
    • 提供者:路上
  1. HookMouse

    0下载:
  2. 一款不错的VC++鼠标钩子程序,打开本程序后,鼠标主到打开的任一窗口的标题栏上,该窗口的信息就会显示在钩子程序里显示,和以往的鼠标钩子有点区别。程序一共分两部分,一部分是Mousehook.dll的源程序,另一部分则是调用些DLL生成的钩子程序。在VC6下编译通过。-A good VC++ mouse hook procedure, open the process, the mouse to open the main window title bar of any of the inform
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:22465
    • 提供者:128
  1. HookMouse

    0下载:
  2. 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:46884
    • 提供者:冰雨
  1. Mouse

    0下载:
  2. 鼠标钩子,调用已经生成的DLL函数,实现获取鼠标处的窗口标题-MOUSE HOOK
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8183
    • 提供者:zzw
  1. hook

    0下载:
  2. C#钩子程序,主要是统计一天中鼠标总的移动距离和键盘总的敲击次数。程序中直接使用了Georgi的UserActivityHook 类。-C# hook procedures, mainly statistical day, the total movement distance of the mouse and keyboard tapping the total number of times. Program directly using the Georgi' s UserActiv
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:152441
    • 提供者:259
  1. VC-hook

    0下载:
  2. 一个用VC实现的钩子程序,用于捕获鼠标经过的窗口的标题-A hook with the VC implementation procedures for the window to capture the mouse over the title of
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:10308165
    • 提供者:杨天
  1. Mousehook

    0下载:
  2. hook mouse,and you can use it to create a programe in order to lock the screen-hook mouse
  3. 所属分类:Hook api

    • 发布日期:2017-04-15
    • 文件大小:39120
    • 提供者:niezenan
  1. calling_global_hook_to_lock_keyboard_mouse_source.

    0下载:
  2. 通过调用全局钩子来锁定键盘和鼠标源码By calling the global hook to lock the keyboard and mouse source-By calling the global hook to lock the keyboard and mouse source
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:623046
    • 提供者:yud
  1. hook

    0下载:
  2. 简单的hook程序 hook键盘和鼠标 唯一留下的后门是f2-Simply hook the keyboard and mouse hook procedures left the back door is the only f2
  3. 所属分类:Hook api

    • 发布日期:2017-05-03
    • 文件大小:1209825
    • 提供者:张建
  1. hook-vc2010

    0下载:
  2. 有很多鼠标钩子的程序下载不能运行,本程序重新修改后编译成功,并付执行文件。本程序实现对窗口消息的截获,是通过调用dll实现显示鼠标在桌面上坐标。-There are many mouse hook download can not run, the program compiles successfully re-revised, and pay the executable file. The program realization of the intercepted message win
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:263734
    • 提供者:kevin
  1. shielded-keyboard-and-mouse-

    0下载:
  2. 这是一个屏蔽键盘鼠标方法与实现技术简介: (1)全局键盘/鼠标钩子,对键盘和鼠标的消息进行屏蔽 (2)通过设备的GUID号来禁用设备 (3)通过禁用鼠标键盘的服务禁用鼠标键盘 (4)加载键盘鼠标驱动来控制键盘和鼠标,并禁用 -About shielded keyboard and mouse methods and implementation techniques Descr iption: (1) global keyboard/mouse hook, the keyboar
  3. 所属分类:Hook api

    • 发布日期:2017-03-23
    • 文件大小:16719
    • 提供者:计科狂人
  1. mouse

    0下载:
  2. 简单鼠标hook 显示 鼠标的位置 线程钩子-Simple mouse hook hook thread display position of the mouse
  3. 所属分类:Hook api

    • 发布日期:2017-05-07
    • 文件大小:1889483
    • 提供者:subery
  1. HOOK

    0下载:
  2. hook键盘钩子 鼠标钩子编辑源码和函数等等详细解释,不得不看的资料-a detailed explanation of the hook keyboard hook the mouse hook edit source code and functions, etc., have to see information
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:517203
    • 提供者:曹军
  1. hook-mouse

    0下载:
  2. 鼠标钩子的例子,包括移动,单击,双击等等。-The mouse hook example of including mobile, click, double click, and so on.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:4513264
    • 提供者:陈晓光
  1. hook

    0下载:
  2. 非常有趣的全局鼠标钩子,对于学习钩子很有帮助,包含钩子Dll源码和调用钩子的示例程序源码。-Very interesting global mouse hook for learning hooks helpful, sample program source code contains hooks Dll source code and call the hook.
  3. 所属分类:Hook api

    • 发布日期:2017-11-18
    • 文件大小:12600468
    • 提供者:xiaokun
  1. Mouse

    0下载:
  2. 鼠标钩子程序,可用于鼠标滚轮的放大需哦小等功能-Mouse hook procedure can be used for the function of the mouse wheel
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:4095
    • 提供者:孙辰辉
  1. hook

    0下载:
  2. WINCE很好用的鼠标钩子函数,请下载使用学习-Mouse hook function WINCE good use, please download learning
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6883
    • 提供者:da
  1. hook

    0下载:
  2. WINCE很好用的鼠标钩子函数,请下载使用学习-Mouse hook function WINCE good use, please download learning
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:7001
    • 提供者:varkryof
« 1 2 34 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com